home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 February / CHIP Şubat 1998.iso / drivers / YAZICI / KYOCERA / FS_SERIE / WINNT40 / OEMSETUP.INF < prev    next >
Windows Setup INFormation  |  1997-03-10  |  3KB  |  117 lines

  1. [Version]
  2. Signature="$Windows NT$"
  3. Provider=%HSM%
  4. LayoutFile=layout.inf
  5. Class=Printer
  6.  
  7. ;
  8. ; Manufacturer Sections
  9. ;
  10. ; This section lists all of the manufacturers that we will
  11. ; display in the Dialog box.
  12. ;
  13. [Manufacturer]
  14. KYOCERA
  15.  
  16. ;
  17. ; Model Sections 
  18. ;
  19. ; These sections correspond with an entry listed in the
  20. ; [Manufacturer] section above. The models will be displayed in the order
  21. ; that they appear here.
  22. ;
  23. [KYOCERA]
  24. "Kyocera FS-1600" = KYOPCL5E.DLL
  25. "Kyocera FS-1600+" = KYOPCL5E.DLL
  26. "Kyocera FS-3600" = KYOPCL5E.DLL
  27. "Kyocera FS-3600+" = KYOPCL5E.DLL
  28. "Kyocera FS-1700" = KYOPCL5E.DLL
  29. "Kyocera FS-3700" = KYOPCL5E.DLL
  30. "Kyocera FS-6500" = KYOPCL5E.DLL
  31. "Kyocera FS-6500+" = KYOPCL5E.DLL
  32. "Kyocera FS-850" = KYOPCL5E.DLL
  33. "Kyocera FS-1500" = KYOPCL5E.DLL
  34. "Kyocera FS-1550" = KYOPCL5E.DLL
  35. "Kyocera FS-1550+" = KYOPCL5E.DLL
  36. "Kyocera FS-400" = KYOPCL5E.DLL
  37. "Kyocera FS-3400" = KYOPCL5E.DLL
  38. "Kyocera FS-3400+" = KYOPCL5E.DLL
  39. "Kyocera FS-3500" = KYOPCL5E.DLL
  40. "Kyocera FS-5500" = KYOPCL5E.DLL
  41.  
  42. ;
  43. ; Installer Sections
  44. ;
  45. ; These sections control file installation, and reference all files that
  46. ; need to be copied. The section name will be assumed to be the driver 
  47. ; data file, unless there is an explicit DataFile section listed.
  48. ;
  49. ; Also note the ".NT" or ".WIN" notation. This is done to allow for a single 
  50. ; INF to work on Win9x and WinNT. When this format is used, the DataFile 
  51. ; must be declared explicitly. 
  52. ; Win95 does not support this notation, so the old format is used.
  53. ; See the latest WinNT DDK for more info.   
  54. ;
  55.  
  56. [KYOPCL5E.DLL.NT]
  57. CopyFiles=@KYOPCL5E.DLL,@RASDDUI.DLL,@HSM_02.DLL,RASDD_NT
  58. DataFile=KYOPCL5E.DLL
  59. DataSection=RASDD_DATA_NT
  60.  
  61. [KYOPCL5E.DLL]
  62. CopyFiles=@KYOPCL5E.DLL,@RASDDUI.DLL,@HSM_02.DLL,RASDD_NT
  63. DataSection=RASDD_DATA_NT
  64.  
  65. ; Copy Sections
  66. ;
  67. ; Lists of files that are actually copied. These sections are referenced
  68. ; from the installer sections above. Only create a section if it contains
  69. ; two or more files (if we only copy a single file, identify it in the
  70. ; installer section, using the @filename notation) or if it's a color
  71. ; profile (since the DestinationDirs can only handle sections, and not
  72. ; individual files).
  73. ;
  74. [RASDD_NT]
  75. RASDD.DLL
  76. HSM_01.DLL
  77. RASDDUI.HLP
  78.  
  79. [RASDD_DATA_NT]
  80. DriverFile=RASDD.DLL
  81. ConfigFile=HSM_01.DLL
  82. HelpFile=RASDDUI.HLP
  83.  
  84. ;
  85. ; Call SetupSetDirectoryId with 66000 to set the target directory at runtime
  86. ; (depending on which environment drivers are getting installed)
  87. ;
  88. [DestinationDirs]
  89. DefaultDestDir=66000
  90.  
  91. ;
  92. ; diskid = description,tagfile,unused,subdir
  93. ;
  94. [SourceDisksNames]
  95. 4 = %Floppy%,,,""
  96.  
  97. ;
  98. ; filename_on_source = diskid,subdir,size,checksum,spare,spare
  99. ; extra fields are nt-specific
  100. ;   bootmediaord,targetdirectory,upgradedisposition,textmodedisposition,targetname
  101. ;
  102. [SourceDisksFiles]
  103. KYOPCL5E.DLL = 4,,,,,,,11,3
  104. RASDD.DLL = 4
  105. RASDDUI.DLL = 4
  106. RASDDUI.HLP = 4
  107.  
  108. ;
  109. ; Localizable Strings
  110. ;
  111. [Strings]
  112. HSM="HSM AG"
  113. KYOCERA="Kyocera"
  114. Floppy="Kyocera Printer Disk for MS Windows NT 4.0"
  115. ;CLASSNAME="Printer"
  116. 
  117.